home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / css.lang < prev    next >
Text File  |  2004-07-06  |  2KB  |  50 lines

  1. # CSS language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 04.03.2003
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18.  
  19. $KW_LIST(kwa)=background background-attachment background-color background-image
  20. background-position background-repeat border border-bottom border-bottom-width
  21. border-color border-left border-left-width border-right border-right-width
  22. border-style border-top border-top-width border-width clear color display float
  23. font font-family font-size font-style font-variant font-weight height
  24. letter-spacing line-height list-style list-style-image list-style-position
  25. list-style-type margin margin-bottom margin-left margin-right margin-top padding
  26. padding-bottom padding-left padding-right padding-top text-align text-decoration
  27. text-indent text-transform vertical-align white-space width word-spacing aqua auto
  28. baseline black blink block blue bold bolder both bottom capitalize center circle
  29. cursive dashed decimal disc dotted double fantasy fixed fuchsia gray green groove
  30. inline inset inside italic justify large larger left lighter lime line-through
  31. list-item lower-alpha lower-roman lowercase maroon medium middle monospace navy
  32. no-repeat none normal nowrap oblique olive outset outside overline pre purple red
  33. repeat repeat-x repeat-y rgb ridge right sans-serif scroll serif silver small
  34. small-caps smaller solid square sub super teal text-bottom text-top thick thin top
  35. transparent underline upper-alpha upper-roman uppercase url white x-large x-small
  36. xx-large xx-small yellow
  37.  
  38. $STRINGDELIMITERS="
  39.  
  40. $ML_COMMENT=/* */
  41.  
  42. $IGNORECASE=true
  43.  
  44. $ALLOWEDCHARS=-
  45.  
  46. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / *  %  + -
  47.  
  48.  
  49.  
  50.